home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Prg / DDLTALK.ZIP / README.TXT < prev   
Text File  |  1997-09-14  |  983b  |  18 lines

  1. DLL Extractor:
  2.  
  3. One of the first programs I wrote was a program that used over
  4. 30 bitmaps and 30 wav files.  Whenever I distributed the program
  5. I had to make sure I included all of the files for the program to work.
  6. Sure, I could have embeded the images in the executable, but at what cost?
  7. The size of the program would have been very large.  Furthermore, if I have
  8. a situation where I use sounds and images more than once, I can just reference
  9. the DLL.  All in all I believe this is a great way to handle extraneous file
  10. management.  It has taken me a long time to solve the problem.  I apologize
  11. for charging for the source, but I have sunk a lot of resources, no pun intended
  12. into this work.  I will state that you do not need to be a C programmer to
  13. do this.  I cannot program in C.  You will need to get another piece of
  14. software to create the DLL's.
  15. Refer to the about section of the demo to get info on obtaining the source.
  16.  
  17. Mike Park
  18. mikepark@ix.netcom.com